POST
/
v2
/
offsite-ads
/
advertisers
curl --request POST \
  --url https://api.topsort.com/v2/offsite-ads/advertisers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "dsp": "google_ads",
  "vendorId": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201

Advertiser already exists